.index-swiper{
	width: 100%;
	height: 60vh;
}
.swiper-slide-inner{
	position: absolute;
	top: 0;
	width: calc(100% + 60px);
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}
.index-swiper .swiper-slide{
	overflow: hidden;
}
.index-swiper .swiper-slide img{
    position: absolute;
    height: 20px;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -100px;
    margin-top: -10px;
}
.index-swiper .swiper-slide .swiper-slide-inner{
	transition: 1s linear 2s;
	transform: translateX(0px);
}
.index-swiper .swiper-slide-active .swiper-slide-inner{
	transition: 4s linear;
	transform: translateX(-30px);
}	


.index-swiper a.down-text{
    width: 110px;
	height: 15px;
	display: block;
	position: absolute;
	bottom: 50px;
	background: url(../images/down-text.png) no-repeat center;
	background-size: 100% 100%;
	opacity: 1;
	z-index: 5;
	left: 50%;
	margin-left: -55px;
}
.index-swiper a.down{
	width: 110px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 40px;
	background: url(../images/down.png) no-repeat center;
	background-size: 100% 100%;
	opacity: 1;
	z-index: 5;
	left: 50%;
	margin-left: -55px;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
}
.index-swiper a.down:hover{
	animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
@media screen and (min-width:768px) {
    .index-swiper .swiper-slide img{
        position: absolute;
        height: 40px;
        z-index: 9999;
        top: 50%;
        left: 50%;
        display: block;
        margin-left: -200px;
        margin-top: -20px;
    }
}
@media screen and (min-width:992px) {
	.index-swiper{
		height: 100vh;
	}
	.index-swiper a.down-text{
	    width: 220px;
	    height: 30px;
	    bottom: 100px;
	    margin-left: -110px;
	}
	.index-swiper a.down{
		width: 220px;
		height: 40px;
		bottom: 60px;
		margin-left: -110px;
		animation: arrow1 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    	-webkit-animation: arrow1 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	}
}
@keyframes arrow{
    0%,
    100%{
        bottom: 30px;
        opacity: 1;
    }

    50%{
        bottom: 20px;
        opacity: 1
    }
    
}
@-webkit-keyframes arrow{
    0%,
    100%{
        bottom: 30px;
        opacity: 1;
    }

    50%{
        bottom: 20px;
        opacity: 1
    }
    
}
@keyframes arrow1{
	    0%,
	    100%{
	        bottom: 60px;
	        opacity: 1;
	    }

	    50%{
	        bottom: 30px;
	        opacity: 1
	    }
	    
	}
@-webkit-keyframes arrow1{
    0%,
    100%{
        bottom: 60px;
        opacity: 1;
    }

    50%{
        bottom: 30px;
        opacity: 1
    }
    
}













.qcyl{
	padding: 50px 15px;
	min-height: 0;
	overflow: hidden;
	position: relative;
	box-sizing: content-box;
	z-index: 4;
}
.qcyl .qcyl-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: url(../images/qcyl-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.qcyl-container{
	position: relative;
	z-index: 3;
	max-width: 768px;
	margin: 0 auto;
	width: auto !important;
}
.qfy_title{
	text-align: center;
	padding: 0 0 30px;
}
.qfy_title_image_warpper{
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.header_title{
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	color: #4A2C2C;
	font-family: 'SourceHanSans-Light';
	display: block;
	line-height: 45px;
}
.header_title1{
	font-size: 16px;
	color: #c4bcac;
	margin: 5px 0 10px;
}
.header_subtitle{
	font-size: 14px;
	padding: 2px;
	color: #727171;
	display: block;
	line-height: 22px;
}
.qfy-row{
	padding: 30px 0 0;
}
.qfy-row .row{
	margin: 0;
}
.qfy-row .item{
	padding: 0;
}
.qfy-row .item .column_inner{
	margin: 0 0 0 0;
}
.qfy-row .item .column_inner .vc_img img{
	display: block;
    height: 50px;
	margin: 0 auto;
}
.qfy-row .item .column_inner .vc_header{
	padding: 20px 0 25px;
	text-align: center;
	font-size: 14px;
	color: #595757;
	font-family: 'SourceHanSans-Regular';
	line-height: 27px;
}
.qfy-row .item .column_inner .qfy-text{
	text-align: center;
	line-height: 28px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #727171;
	display: none;
	font-family: 'SourceHanSans-Light';
}
.qcyl .index-more{
	margin: 50px auto 0;
}
@media screen and (min-width:768px) {
	.qfe_row{
		padding: 0;
	}
	.qfy-row .item .column_inner .vc_img img{
	    height: 126px;
	    
	}
	.qfy-row .item .column_inner .vc_header{
	    font-size: 18px;
	}
	.qfy-row .item .column_inner .qfy-text{
	    display: block;
	}
}
@media screen and (min-width:992px) {
	.qcyl-container{
		max-width: 1280px;
		margin: 0 auto;
	}
    
	.qcyl{
		padding: 25vh 0 20vh;
		min-height: 600px;
		overflow: hidden;
		position: relative;
		box-sizing: content-box;
		z-index: 4;
	}
	.qcyl .qcyl-bg{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		background: url(../images/qcyl-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
	}
	.qcyl-container{
		position: relative;
		z-index: 3;
		width: auto !important;
	}
	.qfy_title{
		text-align: center;
		padding: 0 0 70px;
	}
	.qfy_title_image_warpper{
		display: inline-block;
		position: relative;
		max-width: 100%;
	}
	.header_title{
		font-size: 30px;
		font-weight: normal;
		font-style: normal;
		color: #555555;
		display: block;
		line-height: 45px;
	}
	.header_title1{
		font-size: 20px;
		margin: 10px 0 15px;
	}
	.header_subtitle{
		font-size: 16px;
		padding: 2px;
		color: #727171;
		display: block;
		line-height: 22px;
	}
	.qfy-row{
		padding: 50px 0 0;
	}
	.qfy-row .row{
		margin: 0;
	}
	.qfy-row .item{
		padding: 0;
	}
	.qfy-row .item .column_inner{
		margin: 0 36px 0 0;
	}
	.qfy-row .item .column_inner .vc_img img{
		display: block;
		max-width: 100%;
		width: auto;
		margin: 0 auto;
	}
	.qfy-row .item .column_inner .vc_header{
		padding: 20px 0 25px;
		text-align: center;
		font-size: 20px;
		color: #595757;
		line-height: 27px;
	}
	.qfy-row .item .column_inner .qfy-text{
		text-align: center;
		line-height: 28px;
		letter-spacing: 1px;
		font-size: 14px;
	}
	.qcyl .index-more{
		margin: 120px auto 0;
	}

}




.index-title{
	text-align: center;
	font-size: 20px;
	color: #4a2c2c;
	font-family: 'SourceHanSans-Light';
}

.index-product{
	padding: 50px 0;
	background: #f2ebe7;
}
.index-product .swiper-slide{
	width: 55%;
}
.index-product .swiper-slide img{
	display: block;
	width: 100%;
}
.index-product .index-title{
	margin: 0 0 30px;
}
.product-button{
	display: flex;
	margin: 30px 0 0;
	padding: 0 15px;
	justify-content: center;
}
.product-button a.next,
.product-button a.prev{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.product-button a.next{
	background: url(../images/product-next.png);
	background-size: 100% 100%;
}
.product-button a.prev{
	background: url(../images/product-prev.png);
	background-size: 100% 100%;
}
.product-tit{
	width: 200px;
	margin: 0 50px;
	text-align: center;
}
.product-tit h2{
	font-family: 'SourceHanSans-Light';
	font-size: 18px;
	line-height: 30px;
	color: #595757;
}
.product-tit p{
	color: #727171;
	font-size: 16px;
	line-height: 20px;
	font-family: 'SourceHanSans-Light';
}
@media screen and (min-width:768px) {
	.index-title{
		text-align: center;
		font-size: 24px;
		color: #4a2c2c;
	}
	.index-product{
		padding: 80px 0;
		background: #f2ebe7;
	}
	.product-tit h2{
		font-weight: normal;
		font-size: 28px;
		line-height: 50px;
		color: #595757;
	}
	.product-tit p{
		font-size: 16px;
		line-height: 20px;
	}
	.product-tit{
		width: 200px;
		margin: 0 100px;
		text-align: center;
	}
	.product-button{
		padding: 0;
	}
	.product-button a.next,
	.product-button a.prev{
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(0,0,0,0.25);
	}
	.product-button a.next{
		background: url(../images/product-next.png);
		background-size: 100% 100%;
	}
	.product-button a.prev{
		background: url(../images/product-prev.png);
		background-size: 100% 100%;
	}
}
@media screen and (min-width:992px) {
	.index-title{
		text-align: center;
		font-size: 30px;
		color: #4a2c2c;
	}
	.index-product{
		padding: 100px 0;
		background: #f2ebe7;
	}
	.product-tit h2{
		font-weight: normal;
		font-size: 32px;
		line-height: 50px;
		color: #595757;
	}
	.product-tit p{
		font-size: 16px;
		line-height: 20px;
	}
	.product-tit{
		width: 200px;
		margin: 0 100px;
		text-align: center;
	}
}



.index-news{
	padding: 50px 0;
}
.index-news .index-title{
	margin: 0 0 0px;
}
.index-news-box{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0px;
	width: 100%;
	position: relative;
}
.index-news-box .swiper-slide{
	padding: 25px;
}
.index-news-box .swiper-slide .news-item{
	transition: all 0.3s ease-out 0s;
}
.index-news-box .swiper-slide .news-item:hover{
	box-shadow: 0 18px 20px rgba(0, 0, 0, 0.2);
	margin-top: -8px;
}
.index-news-box .swiper-slide img{
	display: block;
	width: 100%;
}
.index-news-box .swiper-slide .post-text{
	background: #f7f7f7;
	padding: 0 0 20px;
}
.index-news-box .swiper-slide .post-text .post-title{
	font-size: 16px;
	padding: 20px 20px 10px;
	line-height: 23px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news-box .swiper-slide .post-text .post-desc{
	padding: 0 20px;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	color: #888888;
}
.index-news-box a.news-prev,
.index-news-box a.news-next{
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 99;
	top: 50%;
	margin-top: -20px;
	left: -40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #f7f7f7;
}
.index-news-box a.news-next{
	left: auto;
	right: -40px;
}
.index-news-box a.news-prev,
.index-news-box a.news-next{
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	border-radius: 2px;
	background: url(../images/rs-default1.png) #f7f7f7;
}
.index-news-box a.news-prev{
	background-position: -64px -32px;
}
.index-news-box a.news-next{
	background-position: -64px -64px;
}

.index-more{
	width: 200px;
	line-height: 42px;
	border: 1px solid #717071;
	color: #717071;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
}
.index-more span{
	display: inline-block;
	background: url(../images/more.png) no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.index-more:hover{
	border: 1px solid #333333;
	color: #333333;
}
.index-more:hover span{
	background: url(../images/more-hover.png) no-repeat;
	background-position: left center;
}
.index-news .index-more{
	margin: 30px auto 0;
}
@media screen and (max-width:1360px) {
	.index-news-box a.news-next{
		right: 0;
	}
	.index-news-box a.news-prev{
		left: 0;
	}
}

@media screen and (min-width:540px) {
	.index-news-box{
		padding: 0 40px;
	}
}
@media screen and (min-width:768px) {
	.index-news{
		padding: 80px 0;
	}
	.index-news .index-title{
		margin: 0 0 10px;
	}
}
@media screen and (min-width:992px) {
	.index-news{
		padding: 100px 0;
	}
	.index-news .index-title{
		margin: 0 0 30px;
	}
	.index-news .index-more{
		margin: 50px auto 0;
	}
}




.index-contact{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 30px;
	text-align: center;
	background: #f2ebe7;
}
.index-contact .index-contact-text{
	font-size: 16px;
	margin: 30px 0 0;
	padding: 0 15px;
}
.index-contact .index-contact-text p{
	line-height: 20px;
	margin: 10px 0;
	color: #727171;
}
.index-contact .index-contact-text span{
	font-size: 24px;
}


@media screen and (min-width:992px) {
	.index-contact{
		margin-top: 100px;
		padding: 100px 0;
	}
	.index-contact .index-contact-text{
		margin: 100px 0 0;
	}
}




.index-service{
	padding: 50px 0;
}
.index-service .index-title{
	margin: 0 0 50px;
}
.index-service .index-service-box{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.index-service .index-service-box .item{
	margin: 0 35px 20px;
	color: #595757;
	min-width: 200px;
	padding-left: 55px;
}
.index-service .index-service-box .item:nth-child(1){
	background: url(../images/service-icon1.png) no-repeat left center;
	background-size: 50px 50px;
}
.index-service .index-service-box .item:nth-child(2){
	background: url(../images/service-icon2.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 58px;
}
.index-service .index-service-box .item:nth-child(3){
	background: url(../images/service-icon3.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 60px;
}
.index-service .index-service-box .item:nth-child(4){
	background: url(../images/service-icon4.png) no-repeat left center;
	background-size: 50px 50px;
	padding-left: 65px;
}
.index-service .index-service-box .item p{
	font-size: 16px;
	line-height: 20px;
}
.index-service .index-service-box .item h3{
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
@media screen and (min-width:992px) {
	.index-service{
		padding: 100px 0;
	}
}

.index-service .index-more{
	margin: 30px auto 0;
}







.index-company{
	padding: 0 0 370px;
	position: relative;
	margin: 0 0 130px;
}
.index-company-box{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 0 0 120px;
}
.index-company-box .index-title{
	color: #595757;
	font-family: 'SourceHanSans-Light';
	padding: 180px 0 120px;
}
.index-company-box-bg{
	width: 100%;
	height: 1000px;
	border-radius: 50px 0 0 20px;
	background: url(../images/index-company.jpg) no-repeat center;
}
.index-company-list ul{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.index-company-list ul li{
	margin: 0 0 45px;
}
.index-company-list ul li img{
	display: block;
	margin: 0 auto;
	max-width: 230px;
	width: 100%;
	border: 1px solid #b0b0b1;
}
.index-company-bg1{
	width: 90%;
	height: 1000px;
	border-radius: 0 20px 0 0;
	background: #e3dad5;
}
.index-company-bg2{
	width: 40%;
	height: 500px;
	background: #f2ebe7;
	position: absolute;
	right: 0;
	top: 170px;
	border-radius: 180px 0 0 0;
}

@media screen and (max-width:991px) {
	.index-company{
		padding: 0;
	}
	.index-company-bg1{
		display: none;
	}
	.index-company-bg2{
		display: none;
	}
	.index-company-box{
		position: static;
		padding: 0;
	}
	.index-company-box-bg{
		border-radius: 0;
		height: auto;
		padding: 0 0 100px;
	}
	.index-company-box .index-title{
		padding: 90px 0 60px;
	}
}
@media screen and (max-width:767px) {
	.index-company{
		margin: 0 0 50px;
	}
	.index-company-box .index-title{
		padding: 45px 0 30px;
	}
	.index-company-box-bg{
		padding: 0 0 50px;
	}
	.index-company-list ul{
		padding: 0 10px;
	}
}






